From: Chong Yidong Date: Wed, 4 Apr 2007 15:34:34 +0000 (+0000) Subject: * subr.el (with-case-table): New macro. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1138 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c18b07ab2edcb2caf566ed85dcaf635541c87dcc;p=emacs.git * subr.el (with-case-table): New macro. * international/mule.el (ascii-case-table): New var. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea6a3189cb1..7bec2b8618e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-04-04 Chong Yidong + + * subr.el (with-case-table): New macro. + + * international/mule.el (ascii-case-table): New var. + 2007-04-03 Nick Roberts * progmodes/gud.el (gud-minor-mode-map): Simplify.